473,544 Members | 2,322 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Flash / Actionscript Forum

Flash authoring tool and ActionScript web scripting language (Adobe) - Ask questions about Flash MX/8/CS3, flash player, ActionScript scripting and development, security, templates, video, API, effects, data components, AIR, 3D/Animation and more
1
3,457
Fary4u
thread by: Fary4u | last post Aug 16 '12 by: Fary4u
to render HTML file inside Flash as embedded? as i know that Flash can't render most HTML by itself, it can only handle a few tags… but flash air includes the WebKit browser engine same engine that the Safari use, what plugins and object to use it? and I'm pretty sure that html file don't run in the browser as a plugin? i.e as a html parser ? ...
2
2,351
thread by: ladoual | last post Aug 8 '12 by: Frinavale
This code is working fine in Firefox but not on iE . so i need your help to run it on iE . <body> <object data="http://www.onrtv.org/tv/player-quick.swf" height="545" width="790"> <param name="allowFullScreen" value="true"> <param name="allowScriptAccess" value="true"> <param name="bgcolor" value="transparent"> <param...
2
2,445
thread by: Eben Meyers | last post Aug 8 '12 by: Fary4u
My per-loader is not working, in that when u load the page it just is blank and then after shows the first frame that the frame is on and then goes onto the next frame. Look at my problem at: Code I'm using: _______________________________________________________ stop(); addEventListener(Event.ENTER_FRAME, preLoad)
0
2,188
yoohoow
thread by: yoohoow | last post Aug 2 '12 by: yoohoow
some people say {} is more quicker than "new Object()" when create an Object. But I have tested. "new Object()" is about 45% quicker than {} operator. what's the difference between than?
1
1,611
colinod
thread by: colinod | last post Jun 25 '12 by: colinod
I have a flash mp3 player on my page and a show hide for text above it, when you show hide the text the flash files get over shown by the text and other stuff from the page, all looks a bit odd but dont know how to fix it if possible http://www.yaketyyak.co.uk/pages/test2.asp?id=406&voicetype=all any help would be appreciated
0
1,897
thread by: bnashenas1984 | last post Jun 9 '12 by: bnashenas1984
Hi everyone I have written an AS3 socket script to retreive data from a FTP server . It works fine when the device is connected to WIFI. The problem is that most of the times it fails on 3G network. import flash.events.ProgressEvent; import flash.events.Event; import flash.net.Socket;
0
1,748
thread by: Shahzad | last post May 17 '12 by: Shahzad
i am using playerProductInstall.swf to show swfobject. swf file contains multiple pages. and few pages footer is not showing properly. Following is the source. <script type="text/javascript"> // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. var swfVersionStr =...
0
2,025
thread by: raekhan | last post Apr 19 '12 by: raekhan
This is my first post on your site, so let me begin by thanking all you geniuses who so thoughtfully and effectively answer frequently asked questions that until now I have been able to find solutions to my Actionscript quarries without having needed to ask a question myself. Kudos! The problem I’m having is quite specific to my context but I will...
0
1,389
nicebasic
thread by: nicebasic | last post Apr 16 '12 by: nicebasic
This question has been in my mind for a long time. A few months ago, I saw a site about singers. People could go to the site and sing a song they liked. The site recorded their voice. How do they do that? Do they use Flash/ActionScript? What's the best way to do this? The name of the site is SingSnap.com
0
2,501
thread by: bomma | last post Apr 3 '12 by: bomma
i know to create digital clock using flash, but can anyone please tell me how to create hours - minutes - seconds separately.. 12:30:56:pm this is what i can create, but i need 12 separately similarly 30 - 56 - pm separately
5
2,652
pradeepjain
thread by: pradeepjain | last post Mar 30 '12 by: amitbhargavain
I have problem with menu links going behind flash in linux/firefox.....is there any solution for this
0
1,968
thread by: santusapi | last post Mar 14 '12 by: santusapi
Hi All, I'm trying to load PDF in flex 4.5. But facing some issues. Say the pdf is not resizing for its parent. I am attaching the screen shot of it. Also the code for loading is here. <s:Group horizontalCenter="0" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" ...
0
1,597
tharden3
thread by: tharden3 | last post Feb 28 '12 by: tharden3
Hi Bytes Community, I am developing a desktop application where customers can customize our product. It would be very similar to Nike ID, the online Nike store where you can customize and order shoes. I am not so concerned with the eCommerce part just yet... I just want to create a desktop application where they can select the product and then...
0
1,488
matheussousuke
thread by: matheussousuke | last post Feb 28 '12 by: matheussousuke
When I place this code inside a as 2.0 fla, it doesnt work well, so it must be 1.0, right? How can I convert (Flash 5) it to 2.0 (flash 8)? n++; if (n < 150) { duplicateMovieClip("nutz", "nutz" + n, n); } setProperty("nutz", _rotation, getProperty (nutz,_rotation) - n / .5); tellTarget ("nutz") {
0
1,454
matheussousuke
thread by: matheussousuke | last post Feb 28 '12 by: matheussousuke
I've been searching on the web, but all I could find was something related to action script 1.0. Need something that supports action script 2.0, does anyone know where can I find this or some other good resources for flash? Tried flashkit.com, but it has too many old stuff.
1
2,298
thread by: Max58kl | last post Feb 20 '12 by: Max58kl
I have a button that when hovered over plays a movieclip (a info bubble appears) when I mouse out it disapears. There is also a video clip on the stage. Currently if I launch the flash movie I can play the video clip the controls are active, however as soon as I hover over the info button once (the info bubble is now on top of the video clip),...
1
2,081
thread by: Max58kl | last post Feb 20 '12 by: Max58kl
I have an FLVplayback component. To make the playback buttons unresponsive at a particular part of the video I have set the buttons to null. vidPlayer.playPauseButton = null; vidPlayer.backButton = null; vidPlayer.seekBar = null;
0
1,516
thread by: Max58kl | last post Feb 14 '12 by: Max58kl
I have a flash file containing 9 scenes. I thought that it would be a good idea to place all code in an actionscript (.as) file. //include "main_as.as"; On one scene I have an array of buttons var myArray:Array = ; This works fine as is.
0
1,323
thread by: ross rus | last post Feb 9 '12 by: ross rus
how can i hiding min/max/close buttons in swf window
2
8,397
thread by: puT3 | last post Feb 4 '12 by: ceathehiC
Hi, I want to develop a flash application for learning to write Arabic alphabet. I want to use graphic tablet for writing exercise. I have a dotted line to guide user to write the alphabet. My problem is how can I set the Flash application to automatically having a pencil/brush for user to write over dotted line when I connect the graphic...
0
1,688
thread by: matt415 | last post Jan 17 '12 by: matt415
Ok, this code works fine on my .swf file when I test it out in Flash. It doesn't work anymore when I externally load the .swf into the main site. I believe when imported it doesn't recognize the _root anymore. I have this movie clip with the navigation buttons in it. I want the buttons to travel to the labels on scene 1 when clicked and they...
0
1,576
thread by: Max58kl | last post Jan 17 '12 by: Max58kl
I have a Flash movie that contains a video clip (external FLV) file. I have setup about 20 cue points to show images when the cue points have been reached. My problem is if I click on the playback controls (playhead)say to jump to a certain part of the video clip, no image shows until the next cue point is reached. Is there a way to let flash...
0
1,749
thread by: ococ | last post Jan 5 '12 by: ococ
hello. first of all sorry about my english. i have 2 flash files,one is mine (the main container) and one is a external swf. i want to load the external swf to my container swf. i write this code in my as2 container --- code inside the main timeline flash (mine flash) ----- *first of all i add a movie clip with instance name mc1 to the...
3
1,377
thread by: Shark70 | last post Dec 22 '11 by: BigPapaN0z
Hi, I have the same problem "movie not loaded" Perhaps the code is wrong? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> </style> <style type="text/css"> a {
0
1,640
thread by: Esther Saimpou | last post Dec 18 '11 by: Esther Saimpou
Hi, I have an swf in a pop up window and I want a script that will "close" the pop up when someone clicks on a button. I tried: on (release) { getURL ("javascript:window.close()"); } and on (release) { getURL ("javascript:window.opener=self;window.close()" );

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.